<* macro to format an example *> <$MACRO example EXMP:string>
<$INSERT TEXT=(exmp)>
Simly performs a syntax check on hugo.html and passes the output to the null-device.

Same as above, but does not display status messages during conversion. A dummy-output is created in the temporary directory Additionally, all special characters like "Ü" or "ß" are replaced by its entities ("&Uuml;" and "&szlig;").

Process subfile people/hugo.hsc. The current directory is the main directory of the project. The HTML-object is created in /pub_html/people/hugo.hsc. All local URIs beginning with ":" referenced within hugo.hsc are interpreted as absolut URIs and are converted to relative path when written to the HTML-object.

Same as above. Additionally, all URIs referenced are checked for existence. If eg, people/hugo.hsc references to prog/project/thing.hsc, the file /pub_html/project/thing.html must exist or an error will occure.
Note: Also mind that the HSC-source ends with ".hsc", but the HTML-object automatically gets the extension ".html". Therefor, all references must end with ".html".